Contribution org.nuxeo.ecm.platform.annotations.services.DefaultAnnotationContrib--permissionMapper
org.nuxeo.ecm.platform.annotations.services.DefaultAnnotationContrib
inside nuxeo-annot-core-9.10.jar /OSGI-INF/annotations-default-contrib.xml
This contribution is part of XML component Extension Point
Extension point permissionMapper of component AnnotationsService.Contributed Items
XML Source
<extension point="permissionMapper" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
<permissionMapper>
<createAnnotation>createAnnotation"</createAnnotation>
<readAnnotation>readAnnotation</readAnnotation>
<updateAnnotation>updateAnnotation</updateAnnotation>
<deleteAnnotation>deleteAnnotation</deleteAnnotation>
</permissionMapper>
</extension>